home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9502 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  755 b 

  1. Path: druid.borland.com!usenet
  2. From: Shea Anderson <shea@borland.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: EasyWin how do I close the Window??
  5. Date: Fri, 01 Mar 1996 18:20:00 -0800
  6. Organization: Borland Intl
  7. Message-ID: <3137B050.6E6C@borland.com>
  8. References: <4h6rit$e8k@Steinlager.tip.net>
  9. NNTP-Posting-Host: maceo.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. warnqvist.m@intertechna.se wrote:
  16. > How do I close the window with code so that my application ends with closing the window.
  17. > Compiler: Borland 4.5, EasyWin platform.
  18. > Thanks
  19. > Marcus Warnqvist
  20. > warnqvist.m@intertechna.se
  21.  
  22. call PostQuitMessage(0) (prototyped in windows.h)
  23.  
  24. Shea
  25.